home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / main.dir / 00011_Talking main screen.ls < prev    next >
Encoding:
Text File  |  1997-11-14  |  248 b   |  12 lines

  1. on exitFrame
  2.   if the type of sprite 22 = 16 then
  3.     if the movieTime of sprite 22 <= 11200 then
  4.       set the movieRate of sprite 22 to 1
  5.     else
  6.       set the movieRate of sprite 22 to 0
  7.       go("Main")
  8.     end if
  9.   end if
  10.   go(the frame)
  11. end
  12.